home *** CD-ROM | disk | FTP | other *** search
- object Statistic: TStatistic
- Left = 283
- Top = 233
- Width = 812
- Height = 434
- Caption = 'Statistic'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 804
- Height = 341
- Align = alClient
- TabOrder = 0
- object Panel3: TPanel
- Left = 1
- Top = 189
- Width = 802
- Height = 151
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Chart1: TChart
- Left = 0
- Top = 0
- Width = 802
- Height = 151
- BackWall.Brush.Color = clWhite
- Title.Font.Charset = DEFAULT_CHARSET
- Title.Font.Color = clBlue
- Title.Font.Height = -11
- Title.Font.Name = 'Arial'
- Title.Font.Style = [fsBold]
- Title.Text.Strings = (
- 'TChart')
- Title.Visible = False
- BottomAxis.DateTimeFormat = 'dd.MM.yyyy'
- Legend.Alignment = laLeft
- Legend.ColorWidth = 30
- Legend.HorizMargin = 32
- Legend.LegendStyle = lsSeries
- Legend.ShadowSize = 0
- View3D = False
- View3DOptions.Elevation = 315
- View3DOptions.Orthogonal = False
- View3DOptions.Perspective = 0
- View3DOptions.Rotation = 360
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 0
- object ComboBox1: TComboBox
- Left = 8
- Top = 48
- Width = 81
- Height = 21
- AutoComplete = False
- BevelInner = bvNone
- BevelOuter = bvNone
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'Time'
- OnSelect = ComboBox1Select
- Items.Strings = (
- 'Time'
- 'Traffic In'
- 'Traffic Out'
- 'Cost')
- end
- object Series1: TFastLineSeries
- ColorEachPoint = True
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- Title = 'Time'
- VertAxis = aRightAxis
- LinePen.Color = clGreen
- XValues.DateTime = True
- XValues.Name = 'X'
- XValues.Multiplier = 1
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1
- YValues.Order = loNone
- end
- end
- end
- object DBGridEh: TDBGridEh
- Left = 1
- Top = 1
- Width = 802
- Height = 188
- Align = alClient
- AllowedSelections = [gstRecordBookmarks]
- DataSource = DataSource1
- FooterColor = clBtnFace
- FooterFont.Charset = DEFAULT_CHARSET
- FooterFont.Color = clWindowText
- FooterFont.Height = -11
- FooterFont.Name = 'MS Sans Serif'
- FooterFont.Style = []
- FooterRowCount = 1
- Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
- OptionsEh = [dghFixed3D, dghFrozen3D, dghFooter3D, dghHighlightFocus, dghClearSelection, dghAutoSortMarking, dghDialogFind]
- PopupMenu = PopupMenu1
- ReadOnly = True
- SortLocal = True
- STFilter.Local = True
- STFilter.Visible = True
- SumList.Active = True
- TabOrder = 1
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- VertScrollBar.VisibleMode = sbAlwaysShowEh
- OnApplyFilter = DBGridEhApplyFilter
- OnDrawFooterCell = DBGridEhDrawFooterCell
- OnSortMarkingChanged = DBGridEhSortMarkingChanged
- Columns = <
- item
- EditButtons = <>
- FieldName = 'ConnectName'
- Footers = <>
- Title.Caption = 'ISP'
- Title.TitleButton = True
- Width = 109
- end
- item
- DisplayFormat = 'dd"/"hh:nn:ss'
- EditButtons = <>
- FieldName = 'Time'
- Footers = <>
- Title.Caption = 'Session'
- Title.TitleButton = True
- Width = 95
- end
- item
- DisplayFormat = 'hh:nn:ss'
- EditButtons = <>
- FieldName = 'Duration'
- Footer.DisplayFormat = 'hh:nn:ss'
- Footer.ValueType = fvtSum
- Footers = <>
- Title.TitleButton = True
- Width = 74
- end
- item
- DisplayFormat = '#,##0 b'
- EditButtons = <>
- FieldName = 'TrafficIn'
- Footer.DisplayFormat = '#,##0 b'
- Footer.ValueType = fvtSum
- Footers = <>
- Title.Caption = 'Traffic In'
- Title.TitleButton = True
- Width = 85
- end
- item
- DisplayFormat = '#,##0 b'
- EditButtons = <>
- FieldName = 'TrafficOut'
- Footer.DisplayFormat = '#,##0 b'
- Footer.ValueType = fvtSum
- Footers = <>
- Title.Caption = 'Traffic Out'
- Title.TitleButton = True
- Width = 88
- end
- item
- DisplayFormat = '#,##0 b'
- EditButtons = <>
- FieldName = 'TrafficSum'
- Footer.DisplayFormat = '#,##0 b'
- Footer.ValueType = fvtSum
- Footers = <>
- Title.Caption = 'Traffic Sum'
- Title.TitleButton = True
- Width = 92
- end
- item
- DisplayFormat = '#,##0.00'
- EditButtons = <>
- FieldName = 'Cost'
- Footer.DisplayFormat = '#,##0.00'
- Footer.ValueType = fvtSum
- Footers = <>
- Title.TitleButton = True
- Width = 45
- end
- item
- DisplayFormat = '0.0 KBps'
- EditButtons = <>
- FieldName = 'Speed'
- Footers = <>
- Title.TitleButton = True
- Width = 59
- end
- item
- EditButtons = <>
- FieldName = 'UserName'
- Footers = <>
- Title.Caption = 'User Name'
- Width = 90
- end>
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 341
- Width = 804
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button1: TButton
- Left = 24
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- end
- object MainMenu1: TMainMenu
- Left = 80
- Top = 40
- object N1: TMenuItem
- Caption = 'File'
- object Load1: TMenuItem
- Caption = 'Load'
- OnClick = Load1Click
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Close1: TMenuItem
- Caption = 'Close'
- OnClick = Close1Click
- end
- end
- end
- object OpenDialog1: TOpenDialog
- Left = 48
- Top = 72
- end
- object DataSource1: TDataSource
- DataSet = SMemTable
- Left = 48
- Top = 40
- end
- object XML_Statistic: TXMLDocument
- Left = 16
- Top = 72
- DOMVendorDesc = 'MSXML'
- end
- object SMemTable: TkbmMemTable
- DesignActivation = True
- AttachedAutoRefresh = True
- AttachMaxCount = 1
- FieldDefs = <>
- Filtered = True
- IndexDefs = <>
- SortOptions = []
- PersistentBackup = False
- ProgressFlags = [mtpcLoad, mtpcSave, mtpcCopy]
- FilterOptions = []
- Version = '4.08b'
- LanguageID = 0
- SortID = 0
- SubLanguageID = 1
- LocaleID = 1024
- Left = 16
- Top = 40
- end
- object PopupMenu1: TPopupMenu
- OnPopup = PopupMenu1Popup
- Left = 80
- Top = 72
- object N11: TMenuItem
- Caption = 'Copy'
- OnClick = N11Click
- end
- end
- end
-